  .bgtext {
	color: white;
}

#rmllogo {
	float:right;
	margin-right: 50px;
}
#logo {
	background-color: black;
}

.opensans {
	font-family: "Open Sans";
}

.container-fluid {
	padding: 0px;
}

.customnavbar {
	width: 100%;
    background-image: linear-gradient(180deg, #606060, #000000);
	/*sbackground-color: black;*/
	border-width: 0;
    margin-bottom: 0;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}

.customcollapsed {
	background-color: black;
}

.customcollapsedbutton {
	background-color: white;
}

.footer {
    background-image: linear-gradient(0deg, #808080, #000000);
}

.nav > li {
    /*padding-right: 20px;*/
    margin: 0px;
    padding: 0px;
}

header > .container {
    padding-left: 0px;
    margin-left: 40px;
}

h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    font-weight: bold;
    /*color: #654321;*/
}

#homehr {
    border: none;
    height: 5px;
    color: #000000;
    background-color: #000000;
}

#spaced-text {
    line-height: 200%;
}

.modal-dialog { 
    width: 40%;
}
.thumbnail {margin-bottom:6px;}
.thumbnail {
    max-height: 200px;
    min-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
}

.carousel-inner .item img {
    width: auto;
    /*height: 700px;*/
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.carousel {
    /*background-color: lightgray;*/
    background-color: rgba(255,255,255,0.4);
}

.centered {
    text-align: center;
}

#faculty-body {
    /*background: lightgray !important; */
    background-image: url('/me/robomechanicslab/static/css/graybg.jpg');
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    overflow-x: hidden;
}
